home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////
- //
- // Header file for StopwatchDerived a subclass template
- //
- // This file is generated by BuilderXcessory, ViewKit code generator.
- //////////////////////////////////////////////////////////////
- #ifndef STOPWATCHDERIVED_H
- #define STOPWATCHDERIVED_H
- #include "Stopwatch.h"
-
- class StopwatchDerived : public Stopwatch
- {
- protected:
-
- class VkPeriodic *_timer; // Typed line
-
- private:
-
- public:
-
- StopwatchDerived(const char *, Widget);
- ~StopwatchDerived();
- const char * className();
- };
- #endif
-
-